MindFusion.Wpf Pack Programmer's Guide
SortedObservableCollection(T) Constructor (IEnumerable(T))
See Also
 





Initializes a new instance of the SortedObservableCollection<T> class that contains elements copied from the specified collection.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public SortedObservableCollection<T> (
    IEnumerable<T> collection
)

Visual Basic  Copy Code

Public New (Of T) ( _
    collection As IEnumerable(Of T) _
)

 Parameters

collection
The initial contents of the new collection.

 See Also

SortedObservableCollection(T) Constructor Overload List
SortedObservableCollection(T) Class
MindFusion.DataViews.Wpf Namespace